html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
    height: 100%;
}

.hero-image {
    margin-top: 250px;
}

.hero-image img {
    margin: auto;
    display: block;
    width: 1300px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-container-wrapper {
    background-color: #fefefe;
    padding-bottom:50px;
    border-top:6px solid #9b825E;
    border-bottom:1px solid transparent;
}

#form-heading {
    text-align: start;
    margin:105px auto 55px auto;
}

.form-heading {
    position: relative;
    text-align: center;
    padding:105px 0px 65px 0px;
}

.form-subheading {
    margin-bottom:55px;
}

.form-subheading p,
.form-subheading a {
    text-align: center;
    font-stretch: expanded;
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 7px;
}

.form-subheading a {
    font-size: 20px;
}

.form-subheading p:nth-child(1),
.form-subheading p:nth-child(3) {
    margin-bottom: 35px;
}

.form-subheading p:nth-child(1),
.form-subheading p:nth-child(5) {
    max-width: 800px;
    margin-left: auto;
    margin-right:auto;
}

.form-subheading p:nth-child(2),
.form-subheading p:nth-child(3),
.form-subheading p:nth-child(4) {
    font-size: 20px;
}

.form-subheading a:hover {
    cursor: pointer;
    text-decoration: none;
}

.form-inside-wrapper {
    border: 1px solid #AF936C;
    padding:30px 100px;
    margin-bottom: 30px;
}

.map-image,
.map-image-smallscreen {
    text-align: center;
}

.map-image img,
.map-image-smallscreen img {
    max-height: 443px;
    border: 3px solid #AF936C;
}

.map-image img:hover,
.map-image-smallscreen img:hover {
    cursor:pointer;
}

.map-image-smallscreen {
    margin: 50px auto;
}

h2 {
    font-family: 'Raleway', sans-serif;
    color: darkgray;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 60px;
    margin-bottom: 30px;
}

#half-curve-decoration,
#curve-decoration {
    width: auto;
    height: 35px;
}

.container-fluid {
    margin-top: 30px
}

.btn {
    padding: 8px 70px;
    border-color: #9B825E;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-bottom: 30px;
}

#content-container {
    margin-top: 100px;
}


#btn-back-to-top {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 50px; 
    z-index: 99; 
    border: 3px solid #9B825E; 
    border-color: #9B825E;
    outline: none; 
    background-color: #000002; 
    color: #9B825E; 
    cursor: pointer;
    padding: 10px; 
    font-size: 18px;
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.btn:hover {
    background-color: #9B825E;
    border-color: #9B825E;
}

#btn-back-to-top:hover {
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
    outline: none;
}

#btn-back-to-top:after {
    outline: none;
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
}

.form-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #fefefe;
    margin-top: -100px;
  }
  
  .form-container {
    background-color: #fefefe;
    bottom: 0px;
    width: 100%;
    height: 100%;
  }

.form-container h1 {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0;
}


.form-container option {
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 13px;
}


::placeholder {
    font-family: 'Raleway', sans-serif;
    color: darkgray;
    font-size: 14px;
}
.form-container #dropdownMenuGenderButton,
#dropdownMenuInquiryButton {
    color: darkgray;
    background-color: transparent;
    width: 80%;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid darkgray;
    box-shadow: none;
}


.form-container #inquiry-form-dropdown {
    background-color: #fefefe;
    text-align: left;
    width: 100%;
    visibility: hidden;
    color: darkgray
}

.form-container #inquiry-form-dropdown.show {
    background-color: #fefefe;
    text-align: left;
    width: 80%;
    visibility: visible;
    color: darkgray;
    cursor:pointer;
    padding-left: 5px;
}


.dropdown-toggle::after {
    float:right;
}
.form-container input {
    color: darkgray;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #9B825E;
    background-color: #fefefe;
    width: 70%;
    outline: none;
}

.form-container .name, .form-container .lastname, .form-container .email, .form-container .phone {
    padding-bottom: 30px;
}

.dropdown-form .dropdown-item {
    color:darkgray;
}

.form-container input {
    color: #9B825E;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #9B825E;
    background-color: #fefefe;
    width: 70%;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

#info-section {
    margin-top: 100px;
}

.message {
    text-align: left;
    margin-top: 30px;
}

.form-control-placeholder {
    color:#616161;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 7px 0 0 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0.5;
}

.form-group {
    position: relative;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 80%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}


.form-container textarea {
    margin: 0px;
    width: 100%;
    height: 100px;
    background-color: #fefefe;
    border: 1px solid darkgray;
    color: darkgray;
    outline: none;
}

.form-container #remainingC {
    font-family: 'Raleway', sans-serif;
    color: darkgray;
    font-size: 14px;
    font-weight: bolder;
}

.form-container .form-control {
    color: darkgray;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    background-color: #fefefe;
    margin-bottom: 30px;
    width: 80%;
}


p#contactUsInfo {
    text-align: center;
    font-stretch: expanded;
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 14px;
}

.submit-button {
    text-align: center;
}

.submit-button button {
    border-color: #AF936C;
    background-color: #AF936C;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.submit-button button:hover {
    border-color: #AF936C;
    background-color: transparent;
    color: #AF936C;
}

.submit-button button:focus {
    outline: none;
    box-shadow: none;
}


@media screen and (min-width: 2159px) {

    body #heading-rightside {
        font-size: 24px;
    }

    body #half-curve-decoration {
        width: auto;
        height: 40px
    }

    body #curve-decoration {
        width: auto;
        height: 40px
    }

    body .form-container h1 {
        font-size: 24px;
    }

    body .form-container h2 {
        font-size: 16px;
    }

    p#contactUsInfo {
        font-size: 22px !important;
    }

}


@media screen and (max-width: 991px) {    
    .hero-image {
        margin-top: 50px;
    }

    .hero-image img {
        margin: auto;
        display: block;
        width: 650px;
    }

    body #contact-form-container {
        margin-top: 0px;
    }

    #form-heading {
        text-align: center;
    }

    .form-container .form-control {
        width: 100% !important;
    }

    .form-container #dropdownMenuGenderButton {
        width: 100% !important;
    }

    body #info-section {
        margin-top: 0px ;
        margin-bottom: 75px;
    }

    .dropdown-form .dropdown-item {
        text-align: left;
    }
    .form-container #inquiry-form-dropdown.show {
        width: 100%;
    }

    .form-inside-wrapper {
        padding:30px 20px;
    }
}

@media screen and (max-width:569px) {

    .form-heading {
        padding:85px 0px 65px 0px;
    }

    .form-subheading p:nth-child(1),
    .form-subheading p:nth-child(6) {
        font-size: 16px;
    }
    
    /*.form-subheading p:nth-child(2),
    .form-subheading p:nth-child(3),
    .form-subheading p:nth-child(4) {
        margin-bottom: 0;
    }*/

    /*TEMPORARY*/
    .form-subheading p:nth-child(4) {
        text-align: justify;
    }
}
